home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Top 50 Winners / Top50.iso / req. VB5 / 3dmaze / 3DMAZE.DOC next >
Text File  |  1997-08-13  |  2KB  |  53 lines

  1.                                3DMaze -- Maze Game
  2.  
  3.                               Version 1.8 (8/13/97)
  4.  
  5.  
  6.      Generate and solve mazes under Windows 95 or NT.
  7.  
  8.      The mazes are displayed in three dimensions.
  9.  
  10.      Select "Action" on the menu bar to get a "New" maze, "Solve" a maze, or
  11. "Clear" the solution from the maze.  Ctrl-N is a shortcut to New, F1 is a
  12. shortcut to Solve, and Del is a shortcut to Clear.
  13.  
  14.      Except for minimizing and restoring the 3DMaze window, resizing the window
  15. results in a new maze.  Larger windows yield mazes with more rooms.
  16.  
  17.      The vertical scroll bar can be used to change the tilt of the maze; the
  18. tilt is displayed in the lower-right-hand corner.
  19.  
  20.      Select "Options" on the menu bar.  Select "Colors" followed by "Backwards"
  21. to change the color displayed when backing up.  Select "Colors" followed by
  22. "Forwards" to change the color displayed when moving forward.  Select "Colors"
  23. followed by "Solution" to change the color used to display the solution.  Or,
  24. select "Parameters" to use scroll bars to adjust the length, thickness, or
  25. height of the walls.  Or, select "Style" to pick "Square rooms" or "Hexagonal
  26. rooms".
  27.  
  28.      After a maze with square rooms is drawn, you can use the arrow keys to
  29. solve it.  After a maze with hexagonal rooms is drawn, you can use the Home,
  30. Up Arrow, PgUp, End, Down Arrow, and PgDn keys to solve it.  If those keys
  31. are layed out on your numeric keypad as follows:
  32.  
  33.                              Home   Up Arrow   PgUp
  34.  
  35.                                        5
  36.  
  37.                              End   Down Arrow  PgDn
  38.  
  39. the direction of movement in the window will correspond to the direction of 
  40. the key from "5" on the keypad.
  41.  
  42.      Each maze has exactly one solution that does not involve backtracking
  43. (passing through a doorway more than once).
  44.  
  45.      The Visual Basic 4.0 source code is included with this application.  I,
  46. James L. Dean, am the author of the source code.  Select "About" on the menu
  47. bar for information about distributing this application, etc.
  48.  
  49.      Send compliments or constructive criticism to my Email address --
  50. csvcjld@nomvs.lsumc.edu.
  51.  
  52.      Enjoy!
  53.